func runtime.racereadpc
15 uses
runtime (current package)
chan.go#L174: racereadpc(c.raceaddr(), callerpc, abi.FuncPCABIInternal(chansend))
map.go#L400: racereadpc(unsafe.Pointer(h), callerpc, pc)
map.go#L461: racereadpc(unsafe.Pointer(h), callerpc, pc)
map.go#L819: racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapiterinit))
map.go#L871: racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapiternext))
map.go#L1417: racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(reflect_maplen))
map.go#L1434: racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(reflect_maplen))
map_fast32.go#L16: racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapaccess1_fast32))
map_fast32.go#L56: racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapaccess2_fast32))
map_fast64.go#L16: racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapaccess1_fast64))
map_fast64.go#L56: racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapaccess2_fast64))
map_faststr.go#L16: racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapaccess1_faststr))
map_faststr.go#L111: racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapaccess2_faststr))
race0.go#L27: func racereadpc(addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") }
select.go#L267: racereadpc(c.raceaddr(), casePC(casi), chansendpc)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |